home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 10
/
FM Towns Free Software Collection 10.iso
/
ms_dos
/
data
/
awkscrpt
/
test.asm
< prev
next >
Wrap
Assembly Source File
|
1995-02-11
|
85b
|
10 lines
org 100h
start:
ld a,1
ld b,1
add a,b
ld (answer),a
ret
answer:
db 0